'Declaration
Public Function New( _ ByVal drawingObjects() As Shape, _ ByVal alignCommand As AlignCommand _ )
'Usage
Dim drawingObjects() As Shape Dim alignCommand As AlignCommand Dim instance As New ShapeActionsCommand(drawingObjects, alignCommand)
public ShapeActionsCommand( Shape[] drawingObjects, AlignCommand alignCommand )
Parameters
- drawingObjects
- The drawing objects to process.
- alignCommand
- The action agains the drawing object.